SetShowAdHighlightsRequest

data class SetShowAdHighlightsRequest(show: Boolean)

Represents request frame that can be used with Overlay#setShowAdHighlights operation call.

Highlights owner element of all frames detected to be ads.

See also

Constructors

SetShowAdHighlightsRequest
Link copied to clipboard
fun SetShowAdHighlightsRequest(show: Boolean)

Properties

show
Link copied to clipboard
val show: Boolean
True for showing ad highlights

Sources

jvm source
Link copied to clipboard